(set #WhatInstallHelpMsg "Scegli cosa vuoi installare:\nLibrerie - tutte le librerie di RxMUI\nClassi MUI - alcune classi MUI\nUtilità - alcuni programmi d'utilità\nDoc. RxMUI - la documentazione di RxMUI in formato HTML\nUtility guide - la documentazione delle utility in formato AmigaGuide\nEsempi - macro d'esempio")
(set #AskLibsDirPromptMsg "Scegli la directory dove installare le librerie ARexx")
(set #AskLibsDirHelpMsg "Nella directory che sceglierai verranno copiate varie librerie ARexx e verrà creata una directory chiamata RxMUI, contenente le classi esterne. Ovviamente la directory scelta deve essere nell'assegnamento logico LIBS:.")
(set #AskNLibsDirPromptMsg "Scegli la directory dove installare le librerie non ARexx")
(set #AskNLibsDirHelpMsg "Nella directory che sceglierai verranno copiate varie librerie non ARexx. Ovviamente la directory scelta deve essere nell'assegnamento logico LIBS:.")
(set #AskMCCsDirPromptMsg "Scegli la directory dove installare le classi MUI")
(set #AskMCCsDirHelpMsg "Nella directory che sceglierai verranno copiate alcune classi MUI.")
(set #AskUtilitisDirPromptMsg "Scegli la directory dove installare alcuni programmi d'utilità")
(set #AskUtilitiesDirHelpMsg "Nella directory che sceglierai verranno copiati alcuni programmi d'utilità, come rxs o rxhelp. Il posto migliore dove metterli è C:.")
(set #AskRxMUIDocsDirPromptMsg "Scegli la directory dove installare la documentazione di RxMUI")
(set #AskRxMUIDocsDirHelpMsg "Nella directory che sceglierai verrà creato un cassetto di nome RxMUI ove sarà copiata la documentazione di RxMUI in formato HTML.")
(set #AskGuideDirPromptMsg "Scegli la directory dove installare la documentazione riguardante i programmi d'utilità")
(set #AskGuideDocsDirHelpMsg "Nella directory che sceglierai verrà copiata la documentazione riguardante i programmi d'utilità in formato AmigaGuide.")
(set #AskExamplesDirPromptMsg "Scegli la directory dove installare alcune macro d'esempio di RxMUI")
(set #AskExamplesDirHelpMsg "Nella directory che sceglierai verranno copiate alcune macro d'esempio di RxMUI.")
(set #CopyingLibsMsg "Sto copiando od aggiornando le librerie ARexx...")
(set #CopyingNLibsMsg "Sto copiando od aggiornando le librerie non ARexx...")
(set #CopyingMCCsMsg "Sto copiando od aggiornando le classi MUI...")
(set #CopyingUtilitiesMsg "Sto copiando od aggiornando programmi di utilità...")
(set #CopyingRxMUIDocsMsg "Sto copiando la documentazione di RxMUI...")
(set #CopyingGuideMsg "Sto copiando la documentazione delle utility...")
(set #CopyingExamplesMsg "Sto copiando gli esempi...")
)
(
(set #WhatInstallPromptMsg "What do you want to install?")
(set #WhatInstallHelpMsg "Choose what you want to install:\nLibraries - all the libraries needed by RxMUI to work\nMUI classes - some MUI custom classes\nUtilities - some little utilities progs\nRxMUI docs - RxMUI documentation in HTML format\nUtilities guides - Utilities guides in AmigaGuide format \nExamples - RxMUI ARexx macros")
(set #AskLibsDirPromptMsg "Select the drawer where you want to copy ARexx libraries and RxMUI external classes")
(set #AskLibsDirHelpMsg "In the drawer you supply here there will be installed ARexx libraries and there will be created a drawer called RxMUI, where external RxMUI classes reside. This drawer MUST BE in your LIBS: assignment.")
(set #AskNLibsDirPromptMsg "Select the drawer where you want to copy non ARexx libraries")
(set #AskNLibsDirHelpMsg "In the drawer you supply here there will be installed non ARexx libraries. This drawer MUST BE in your LIBS: assignment.")
(set #AskMCCsDirPromptMsg "Select the drawer where you want to copy MUI classes")
(set #AskMCCsDirHelpMsg "In the drawer you supply here there will be installed MUI classes.")
(set #AskUtilitisDirPromptMsg "Select the drawer where you want to install some utilities")
(set #AskUtilitiesDirHelpMsg "In the drawer you supply here there will be installed some utilities such as rxs, needed to launch macro from inetd and rxhelp, needed to obtain functions inline help. The best drawer to place them is C:.")
(set #AskRxMUIDocsDirPromptMsg "Select the drawer where you want to install RxMUI documentation in HTML format")
(set #AskRxMUIDocsDirHelpMsg "In the drawer you supply here there will be created a drawer called RxMUI where the RxMUI documentation in HTML format will be copied.")
(set #AskGuideDirPromptMsg "Select the drawer where you want to install utilities documentation")
(set #AskGuideDocsDirHelpMsg "In the drawer you supply here there will be copied the utilities documentation in AmigaGuide format.")
(set #AskExamplesDirPromptMsg "Select the drawer where you want to install RxMUI examples macro")
(set #AskExamplesDirHelpMsg "In the drawer you supply here there will be installed some RxMUI examples ARexx macros.")
(set #CopyingLibsMsg "Copying or updating ARexx libraries...")
(set #CopyingNLibsMsg "Copying or updating non ARexx libraries...")
(set #CopyingMCCsMsg "Copying or updating MUI classes...")
(set #CopyingUtilitiesMsg "Copying or updating utilities...")